SG Window Window Object
SetPosition Method

©1998 by Stinga

Properties     Methods      Events     Constants     Error Codes
Description

Sets window's position and size in one step.

Syntax

object.SetPosition(left As Single, top As Single, width As Single, height As Single)

Part Description
object The object is expression that evaluates to Window object
left Required. Specifies new left window coordinate.
top Required. Specifies new top window coordinate.
width Required. Specifies new window width.
height Required. Specifies new window height.
Remarks

All coordinates are in pixels and relative to parent window client area.